home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global cQuickTimeChannel, gPrevScreen
- MaxTracks = trackCount(sprite(cQuickTimeChannel))
- if MaxTracks > 2 then
- repeat with i = 2 to MaxTracks
- setTrackEnabled(sprite(cQuickTimeChannel), i, 0)
- end repeat
- end if
- if gPrevScreen contains "781" then
- setTrackEnabled(sprite(cQuickTimeChannel), 3, 1)
- else
- setTrackEnabled(sprite(cQuickTimeChannel), 2, 1)
- end if
- repeat with i = 1 to 4
- sound stop i
- end repeat
- puppetSound(0)
- sprite(cQuickTimeChannel).movieRate = 1
- end
-